﻿/*间隙*/
.c10{height:10px;}
.c20{height:20px;}
.c40{height:40px;}
.c80{height:80px;}
.white{color:#fff;}
.black{color:#333;}
.bold{font-weight: bold;}


/*宽度不定DIV居中*/
.box{display: table;width: 100%;}.quick-nav .navlist .nav-item .txt
.ctable{display:table-cell;text-align: center;}
.gray{
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; 
}

.more{width: 150px;height: 42px;margin:auto; display:inline-block; text-align: center;line-height: 42px;border-radius:22px;color:#fff;background: #0c6bbd;margin-top: 15px;cursor:pointer;}
.more:hover{background: #f0990a;}
.center{margin:auto;}
.mleft{float:left;}
.mright{float:right;}

/*轮播效果*/

.f1{display:block;position:absolute;left:50%;margin-left:-175px;top:45%;margin-top:0px;width:350px;height: 114px;text-align: center;z-index:2000;}
.f2{display:none;position:absolute;left:50%;margin-left:-300px;top:45%;margin-top:-20px;width:600px;height: 160px;text-align: center;z-index:2000;}
.f3{display:none;position:absolute;left:50%;/*top:40%;*/top:40%;margin-left:-300px;margin-top:-90px;width:600px;height: 280px;text-align: center;z-index:2000;}
.f2 span{height:116px;line-height: 90px;font-size: 44px;color:#fff;}
.f3 span{display:block;height:116px;line-height: 90px;font-size: 44px;color:#fff;}

/*大分类*/
.cname{width: 600px;margin: auto;}
.cname .zh{width: 400px;height: 40px;margin: auto;font-size: 26px;font-weight:bold;line-height:40px;color:#333;text-align: center;}
.cname .en{width: 600px;height: 20px;margin: auto;font-size: 14px;line-height:20px;font-family: Arial;color:#848484;text-align: center;margin-bottom: 5px;}
.cname .desc{width: 600px;height: 20px;margin: auto;font-size: 14px;line-height:20px;font-family: Arial;color:#848484;text-align: center;}

/*快速导航*/
.quick-nav{padding-top: 60px;}
.quick-nav .cname{margin-bottom: 40px;}
.quick-nav .navlist{width: 100%;}
.quick-nav .navlist .nav-item{position:relative;float:left;width: 16%; margin:0.33%; height: auto;overflow: hidden;}
.quick-nav .navlist .nav-item img{display:block;transition: .1s transform;transform: translateZ(0);}
.quick-nav .navlist .nav-item:hover img{transform: scale(1.3, 1.3);transition: .3s transform;}





.quick-nav .navlist .nav-item .txt{display:none;position: absolute;top:0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,.82);overflow: hidden;}
.quick-nav .navlist .nav-item .txt .zh{width:100%;text-align: center;color:#fff;font-size: 18px;/*margin-top: 22%;*/margin-top: 72%;}
.quick-nav .navlist .nav-item .txt .tmore{width: 120px;height: 36px;margin:auto;text-align: center;line-height: 36px;color:#fff;background: #0c6bbd;margin-top: 15px;}
.quick-nav .navlist .nav-item>p{height:40px; text-align:center; line-height:40px; font-size:16px; background:#f0f0f0; position:relative; z-index:99999}
.quick-nav .navlist .nav-item:hover>p{background:#0c6bbd; color:#fff;}

/*关于*/
.about{padding-top: 30px;padding-bottom: 50px;}
.about .nr{margin-top: 34px;}
.about .moive{float:left;width:550px;height: 290px;}
.about .info{float:right;width:600px;height: auto;}
.about .info{padding-top:40px;padding-bottom: 40px;}
.about .info .txt{color:#4c4c4c;line-height: 30px;height: 120px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
/*产品简介*/
.product{padding-top: 70px;padding-bottom: 85px;}
.product .cname{margin-bottom: 50px;}
.product .productlist .plist{width: 1300px;margin-left: -10px;}

.product .productlist .plist .p-item{float:left;width: 370px;margin-right: 20px;margin-left:20px;margin-bottom: 25px;}
.product .productlist .plist .p-item .img{position:relative;width: 370px;overflow: hidden;background: #0a0a0a;margin:0;}
.product .productlist .plist .p-item .img img{width: 370px;}



/*
.product .productlist .plist .p-item .img img{width: 370px;height: auto;transition: .1s transform;transform: translateZ(0);}
.product .productlist .plist .p-item:hover .img img{transform: scale(1.2, 1.2);transition: .3s transform;}
*/
.product .productlist .plist .p-item .title{width: 270px;padding: 0 5px;text-align: center;line-height: 45px;height: 45px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;color:#000;}
.product .productlist .plist .p-item:hover .title{color:#fff;background: #0c6bbd;}
.product figure.effect-bubba {background: #000;}
.product figure.effect-bubba img {opacity: 1;-webkit-transition: opacity 0.55s;transition: opacity 0.55s;}
.product figure.effect-bubba:hover img {opacity: 0.4;}
.product figure.effect-bubba figcaption::before,figure.effect-bubba figcaption::after {position: absolute;top: 30px;right: 30px;bottom: 30px;left: 30px;content: '';-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;}
.product figure.effect-bubba figcaption::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.product figure.effect-bubba figcaption::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}
/*
.product figure h2{margin: 0;width:310px;padding-left:30px;word-spacing: -0.15em;font-weight: 300;font-size: 1.5em;-webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;color: #fff;}
.product figure.effect-bubba h2 { text-align:center;margin-top:-30%;-webkit-transition: -webkit-transform 0.95s;transition: transform 0.95s;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
*/

.product figure h2{transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease;opacity:0;margin: auto;width:68px;height:68px;display:inline-block;text-align:center;background:url(../images/icon_jia.png) no-repeat center;-webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;color: #fff;}

.product figure.effect-bubba h2 {cursor:pointer; transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease;position:absolute;width:68px;height:68px;left:50%;top:50%;margin: auto;margin-left:-34px;border-radius:3px;overflow:hidden;text-align:center;display:inline-block;margin-top:-34px;background:url(../images/icon_jia.png) no-repeat center;z-index:10000;/*-webkit-transition: -webkit-transform 0.95s;transition: transform 0.95s;-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);*/}
.product figure h2:hover{
	background:url(../images/icon_jia2.png) no-repeat center;
	/*
	transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; background: url(../images/icon_jia2.png) no-repeat bottom center;background-size: 100%; +background:none;  -webkit-transform:rotate(0deg) scale(1,1);
    -moz-transform:rotate(90deg) scale(1,1);
    -o-transform:rotate(90deg) scale(1,1);
    -ms-transform:rotate(90deg) scale(1,1);
    transform:rotate(90deg) scale(1,1);
    */

}


.product figure.effect-bubba:hover figcaption::before,
.product figure.effect-bubba:hover figcaption::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.product figure.effect-bubba:hover h2{
	opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);
	/*
	transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; background: url(../images/icon_jia2.png) no-repeat bottom center;background-size: 100%; +background:none;  -webkit-transform:rotate(0deg) scale(1,1);
    -moz-transform:rotate(90deg) scale(1,1);
    -o-transform:rotate(90deg) scale(1,1);
    -ms-transform:rotate(90deg) scale(1,1);
    transform:rotate(90deg) scale(1,1);
    */
}

.product figure.effect-bubba h2:hover{
	background:url(../images/icon_jia2.png) no-repeat center;/*top:20%;*/
	
	transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease;background-size: 100%; +background:none;  -webkit-transform:rotate(270deg) scale(1,1);
    -moz-transform:rotate(360deg) scale(1,1);
    -o-transform:rotate(360deg) scale(1,1);
    -ms-transform:rotate(360deg) scale(1,1);
    transform:rotate(90deg) scale(1,1);
    
}
.product figure.effect-bubba:hover p {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.product figure figcaption > a:nth-child(2) { z-index: 1000; text-decoration: none; text-indent: 200%; white-space: nowrap;font-size: 0; opacity: 0;}
.product figure figcaption,figure figcaption > a:nth-child(2) {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}




/*我们的优势*/
.advantage{padding-top: 50px;padding-bottom: 88px;background: #f0f0f0;}
.advantage .cname{margin-bottom: 50px;}
.advantage .advantagelist .advlist{width: 1300px;}
.advantage .advantagelist .advlist .adv-item{float:left;width: 250px;height: 90px;margin-right: 70px;margin-bottom: 45px;}
.advantage .advantagelist .advlist .adv-item .img{float:left;width: 90px;height: 90px;margin-right: 15px;}
.advantage .advantagelist .advlist .adv-item .info{float:left;width: 125px;height: 90px;}
.advantage .advantagelist .advlist .adv-item .info .title{font-size: 20px;color:#0c6bbd;margin-top: 20px;}
.advantage .advantagelist .advlist .adv-item .info .desc{font-size: 14px;color:#01192e;}
.advantage .advantagelist .advlist .adv-item .img img{
		width:90px;
		-moz-transition: all 0.8s ease-in-out; 
		-webkit-transition: all 0.8s ease-in-out; 
		-o-transition: all 0.8s ease-in-out; 
		-ms-transition: all 0.8s ease-in-out; 
		transition: all 0.8s ease-in-out; 
	}
.advantage .advantagelist .advlist .adv-item:hover .img img{
		-moz-transform: rotate(360deg) scale(1,1); 
		-webkit-transform: rotate(360deg) scale(1,1); 
		-o-transform: rotate(360deg) scale(1,1); 
		-ms-transform: rotate(360deg) scale(1,1); 
		transform: rotate(360deg) scale(1,1); 
	}
/*战略业绩*/
.strategic{padding-top: 50px;background: #fff;}
.strategic-table{width:100%;table-layout: fixed}
.strategic-table tr td{padding:5px 0!important;}
.strategic-table tr.zl-head td{font-size:14px; font-weight:bold; color:#fff; background:#0c6bbd}
/*销售数量*/
.sales{padding-top: 70px;padding-bottom: 84px;}
.sales .cname{margin-bottom: 30px;}
.sales .saleslist{width: 760px;margin: auto;}
.sales .saleslist .n{float:left;width: 64px;height: 101px;line-height:101px;overflow:hidden;text-align:center;font-size:60px;font-weight:bold;background: url(../images/meter-bg.jpg) no-repeat center;margin-right: 18px;margin-left:8px;}
.sales .saleslist .dot{float:left;width:30px;height: 101px;line-height: 101px;font-size: 80px;}
/*战略合作伙伴*/
.cooper{padding-top: 60px;padding-bottom: 70px;background: #f0f0f0;}
.cooper .cname{margin-bottom: 30px;}
.cooperlist{position:relative;width: 1310px;height:166px;margin-left:-55px;}
.cooperlist .cooperinnerlist{width: 1200px;height: 166px;margin: auto;overflow: hidden;}
.cooperlist .cooperinnerlist .colist{width: 10000px;}
.cooperlist .cooperinnerlist .colist .co-item{float:left;width: 260px;height: 166px;margin-right: 50px;line-height: 166px;}
.cooperlist .cooperinnerlist .colist .co-item img{display:inline;width: 260px;height: auto;max-height:166px;vertical-align: middle;}
.cooperlist .cleft{position:absolute;top:50%;left:0;margin-top:-15px;width: 30px;height: 30px;background: url(../images/cleft.png) no-repeat center;}
.cooperlist .cright{position:absolute;top:50%;right:0;margin-top:-15px;width: 30px;height: 30px;background: url(../images/cright.png) no-repeat center;}
/*公司动态*/
.news{padding-top: 80px;padding-bottom: 70px;}
.news .cname{margin-bottom: 45px;}
.news .nleft{float:left;width: 570px;height: auto;}
.news .nright{float:right;width: 570px;height: auto;}
.news .ntop{border-bottom: 1px solid #01192e;margin-bottom: 5px;}
.news .ntop .ncname{float:left;width: 100px;height: 40px;line-height: 40px;}
.news .ntop .nmore{float: right;width: 100px;height: 40px;line-height: 40px;text-align: right;color:#0c6bbd;}
.news .ntop .nmore a{color:#0c6bbd;}
.news .nlist .n-item{width: 100%;height: 50px;background: url(../images/li.jpg) no-repeat left center;border-bottom: 1px dotted #999;}
.news .nlist .n-item .title{float:left;width: 455px;padding-left: 15px;line-height: 50px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.news .nlist .n-item .time{float:right;width: 100px;line-height: 50px;text-align: right;font-size: 12px;color:#808080;}
.news .nlist .n-item:last-child{border:0;}


/*内页大图通用样式*/
.inner-img{position:relative;width: 100%;height: 440px;}
.inner-img .hs{width: 100%;height: 440px;}
.inner-img .hs img{position:absolute;left: 50%;}
.inner-img .txt{position:absolute;width: 756px;top:116px;left: 50%;text-align: center;}
.inner-img .txt .zh{color:#fff;line-height: 66px;font-size: 48px;}
.inner-img .txt .en{color:#fff;line-height: 36px;font-size: 30px;}
.inner-img .txt .ecname{color:#fff;line-height: 100px;font-size: 80px;font-family: Arial;}
/*内页小分类*/
.catelist{width:100%;border-bottom: 1px solid #ccc;}
.cateinnerlist{width: 1200px;margin: auto;height: 60px;line-height: 60px;}
.c-item{display:inline-block;width: auto;min-width: 80px;margin:0 5px;padding:0 5px;height:30px;line-height: 30px;text-align: center;color:#01192e;vertical-align:middle;}
.c-item:hover{color:#fff;background: #0c6bbd;border-radius: 15px;}
.c-item.on{display:inline-block;width: auto;min-width: 80px;margin:0 5px;padding:0 5px;height:30px;line-height: 30px;border-radius:15px;text-align: center;color:#fff;background: #0c6bbd;vertical-align:middle;}

/*下级分类列表*/
.return{float:left;width: 180px;height: 60px;color:#0c6bbd;}
.return a{color: #0c6bbd;}
.scatelists .scatelist{width: 1200px;margin:auto;height:0px;line-height: 40px;overflow:hidden;background: #e9e9e9;}
.scatelists .scatelist .c-item.on{display:inline-block;width: auto;min-width: 80px;margin:0 5px;padding:0 5px;height:30px;line-height: 30px;border-radius:15px;text-align: center;color:#0c6bbd;background: #e9e9e9;font-weight:bold;verticla-align:middle;}
.scatelists .scatelist .c-item:hover{font-weight: bold;/*color:#0c6bbd;*/color:#FFF;}
/*内页产品列表*/
.main .productlist .plist{width: 1300px;margin-top:60px;}
.main .productlist .plist .p-item{float:left;width: 370px;height: 265px;margin-right: 45px;margin-bottom: 25px;}
.main .productlist .plist .p-item .img{position:relative;width: 370px;height: 220px;margin:0;overflow: hidden;background: #000;}
.main .productlist .plist .p-item .img img{width: 370px;height: auto;}
.main .productlist .plist .p-item .title{width: 360px;padding: 0 5px;text-align: center;line-height: 45px;height: 45px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;color:#000;}
.main .productlist .plist .p-item:hover .title{background: #0c6bbd;color:#fff;}
.main figure.effect-bubba {background: #000;}
.main figure.effect-bubba img {opacity: 1;-webkit-transition: opacity 0.55s;transition: opacity 0.55s;}
.main figure.effect-bubba:hover img {opacity: 0.4;}
.main figure.effect-bubba figcaption::before,figure.effect-bubba figcaption::after {position: absolute;top: 30px;right: 30px;bottom: 30px;left: 30px;content: '';-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;}
.main figure.effect-bubba figcaption::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.main figure.effect-bubba figcaption::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}

.main figure h2{margin: 0;width:310px;padding-left:30px;word-spacing: -0.15em;font-weight: 300;font-size: 1.5em;-webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;color: #fff;}

.main figure.effect-bubba h2 { text-align:center;margin-top:-30%;-webkit-transition: -webkit-transform 0.95s;transition: transform 0.95s;/*-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);*/}

.main figure.effect-bubba:hover figcaption::before,
.main figure.effect-bubba:hover figcaption::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

.main figure.effect-bubba:hover h2,.main figure.effect-bubba:hover p {margin-top:5%;opacity: 1;/*-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);*/}

.main figure figcaption > a { z-index: 1000; text-decoration: none; text-indent: 200%; white-space: nowrap;font-size: 0; opacity: 0;}
.main figure figcaption,figure figcaption > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}



/*资质列表*/
.zizhilist{margin-top: 40px;}
.zizhilist .zzlist{width: 1300px;}
.zizhilist .zzlist .zz-item{float:left;width: 360px;height: 540px;margin-right:60px;margin-bottom: 15px;}
.zizhilist .zzlist .zz-item .img{width: 360px;height:500px;overflow: hidden;}
.zizhilist .zzlist .zz-item .img img{width: 360px;min-height:500px; }
.zizhilist .zzlist .zz-item .title{width: 350px;padding: 0 5px;text-align: center;height: 40px;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}

/*常见问答列表*/
.awtitle{height: 50px;line-height: 50px;font-size: 16px;font-weight: bold;margin-top: 50px;}
.awp{width: 30px;height: 3px;background: #000;}
.answerlist{margin-top: 30px;}
.answerlist .aw-item{margin-bottom: 20px;}
.answerlist .question{color:#0c6bbd;font-weight: bold;line-height: 32px;}
.answerlist .answer{line-height: 28px;padding-left: 23px;}

/*新闻列表*/
.newslist{}
.newslist .nlist{}
.newslist .nlist .n-item{width: 100%;height: 90px;padding: 30px 0;border-bottom: 1px solid #cccccc;}
.newslist .nlist .n-item .date{float:left;width: 90px;height: 72px;background: #0c6bbd;padding-top: 18px;}
.newslist .nlist .n-item .date .day{width: 60px;height: 40px;margin: auto;overflow: hidden;}
.newslist .nlist .n-item .date .day img{width: 60px;height: 40px;}
.newslist .nlist .n-item .date .ym{font-size: 14px;line-height: 20px;color:#fff;width: 90px;text-align: center;}
.newslist .nlist .n-item .info{float:right;width: 1090px;height: 90px;}
.newslist .nlist .n-item .info .title{width: 100%;height: 30px;line-height:30px;font-size: 14px;font-weight: bold;color:#000;}
.newslist .nlist .n-item .info .title a{color:#000;}
.newslist .nlist .n-item .info .desc{width: 100%;line-height: 26px;height: 52px;margin-top:5px;font-size: 12px;color:#4c4c4c;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newslist .nlist .n-item .info .desc a{color:#4c4c4c;}

/*联系我们*/
.contact .cleft{float:left;width: 310px;padding:30px 20px 30px 30px;background: #f0f0f0;color:#01192e;margin-right:60px;}
.contact .cmiddle{float:left;width: 310px;padding:30px 20px 30px 30px;background: #f0f0f0;color:#01192e;}
.contact .cright{float:right;width: 310px;padding:30px 20px 30px 30px;background: #f0f0f0;color:#01192e;}
.contact .title{font-weight: bold;line-height: 32px;margin-bottom: 20px;}
.contact p{line-height: 32px;font-size: 14px;}

/*投诉与建议*/
.complain{margin-top: 60px;}
.complain .comtitle{font-weight: bold;color:#01192e;line-height: 30px;}
.complain .comdesc{line-height:40px;color:#0c6bbd;margin-bottom: 32px;text-indent: 2em;}
.complain .txt{float:left;width: 80px;height: 30px;line-height: 30px;margin-bottom: 10px;}
.complain .input{float:left;width: 260px;height: 30px;margin-right: 60px;margin-bottom: 10px;}
.complain .input input{width: 238px;height: 28px;border:1px solid #ccc;padding-left: 5px;}
.complain .input1{float:left;width: 660px;height: 30px;margin-right: 450px;margin-bottom: 10px;}
.complain .input1 input{width: 638px;height: 28px;border:1px solid #ccc;padding-left: 5px;}
.complain .input2{float:left;width: 660px;height: 30px;margin-right: 60px;margin-bottom: 10px;}
.complain .input2 input{width: 638px;height: 28px;border:1px solid #ccc;padding-left: 5px;}
.complain .input input[name=vcode]{float:left;width: 123px;height: 28px;border: 1px solid #ccc;padding-left: 5px;}
.complain .input select{width: 238px;height: 28px;border:1px solid #ccc;}
.complain .textarea textarea{width: 1038px;height: 218px;border:1px solid #ccc;}
.complain .input img{float:left;display:block;width: 100px;height: 30px;margin-left: 10px;}
.complain .submit{margin-top: 60px;}
.complain .submit input[type=submit]{display:block;width: 123px;height: 32px;margin:auto;border:0;background: #0c6bbd;color:#fff;line-height: 32px;text-align: center;}
.complainlist{margin-top: 20px;}
.complainlist table{border:1px solid #e1e1e1;width: 100%;}
.complainlist table tr{border:1px solid #e1e1e1;width: 100%;height: auto;}
.complainlist table tr td{border:1px solid #e1e1e1;width: 100%;height: auto;}
.complainlist table tr td .com-item{width: 1180px;height: auto;padding: 10px;}
.complainlist table tr td .com-item .comname{color:#ccc;font-size: 12px;margin-bottom: 10px;line-height: 20px;}
.complainlist table tr td .com-item .com_content{text-indent:20px;color:#000;line-height: 30px;}
.complainlist table tr td .com-item .com_replay{text-indent:20px;color:#ff0000;line-height: 30px;}

/*诚邀加盟*/
.complain .comtitle .num{color:#0c6bbd;}











/*内页单页内容页*/
.singletitle{margin-top: 50px;font-size: 16px;font-weight: bold;color:#000;height: 45px;line-height: 45px;}
.tp{width: 30px;height: 2px;background: #000;}
.cztitle{margin-top: 30px;font-size: 14px;font-weight: bold;color:#01192e;height: 28px;line-height: 28px;}
.czlist .cz-item{float:left;width: 450px;height: 28px;}
.czlist .cz-item .title{float:left;height: 28px;line-height: 28px;}
.czlist .cz-item .star{float:left;width: 28px;height: 28px;background: url(../images/star.jpg) no-repeat center;}
.czdesc{line-height: 30px;color:#01192e;}
/*内容页*/
.cont-title{font-size: 20px;text-align: center;line-height: 50px;width: 100%;font-weight: bold;}
.cont-desc{width: 100%;text-align: center;font-size: 12px;color:#a3a3a3;}
.content{margin-top: 40px;line-height: 32px;height:auto;font-size: 16px;text-align: justify;}

/*抗震支架单页*/
.btitn{width:100%;height:40px;line-height:40px;background:#0c6bbd;color:#fff;font-size:18px;font-weight:bold;text-indent:10px;margin-bottom:40px;}
.stitn{font-family:'黑体';color:#01192e;font-size:24px;height:56px;line-height:56px;text-indent:50px;background:url(../images/stitn-bg.jpg) no-repeat 10px center;}
table{border:1px solid #d6d6d6;margin:auto;margin-bottom:30px;margin-top:20px;}
table td{border:1px solid #d6d6d6;text-align:center;height:30px;line-height:30px;}
  